home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ADFiles / _setup.1 / Messages.dll / 0 / RCDATA / TMESSBOX / TMESSBOX.txt < prev   
Encoding:
Text File  |  1998-04-24  |  2.4 KB  |  128 lines

  1. object MessBox: TMessBox
  2.   Left = 264
  3.   Top = 187
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 248
  7.   ClientWidth = 331
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 331
  23.     Height = 248
  24.     Align = alClient
  25.     BevelInner = bvLowered
  26.     BorderWidth = 1
  27.     TabOrder = 0
  28.     object lbTxt: TLabel
  29.       Left = 53
  30.       Top = 19
  31.       Width = 157
  32.       Height = 13
  33.       Caption = 'This folder already contains a file '
  34.     end
  35.     object lbFileName: TLabel
  36.       Left = 56
  37.       Top = 40
  38.       Width = 52
  39.       Height = 13
  40.       Caption = 'lbFileName'
  41.     end
  42.     object lbTxt1: TLabel
  43.       Left = 57
  44.       Top = 59
  45.       Width = 192
  46.       Height = 13
  47.       Caption = 'Would you like to replace the existing file'
  48.     end
  49.     object File1: TImage
  50.       Left = 59
  51.       Top = 78
  52.       Width = 32
  53.       Height = 32
  54.       AutoSize = True
  55.       Stretch = True
  56.       Transparent = True
  57.     end
  58.     object lbSize: TLabel
  59.       Left = 98
  60.       Top = 78
  61.       Width = 28
  62.       Height = 13
  63.       Caption = 'lbSize'
  64.     end
  65.     object lbDate: TLabel
  66.       Left = 96
  67.       Top = 96
  68.       Width = 31
  69.       Height = 13
  70.       Caption = 'lbDate'
  71.     end
  72.     object lbTxt2: TLabel
  73.       Left = 58
  74.       Top = 119
  75.       Width = 68
  76.       Height = 13
  77.       Caption = 'with this one ?'
  78.     end
  79.     object File2: TImage
  80.       Left = 59
  81.       Top = 142
  82.       Width = 32
  83.       Height = 32
  84.       AutoSize = True
  85.       ParentShowHint = False
  86.       ShowHint = False
  87.       Stretch = True
  88.       Transparent = True
  89.     end
  90.     object lbSize1: TLabel
  91.       Left = 99
  92.       Top = 142
  93.       Width = 28
  94.       Height = 13
  95.       Caption = 'lbSize'
  96.     end
  97.     object lbDate1: TLabel
  98.       Left = 97
  99.       Top = 160
  100.       Width = 31
  101.       Height = 13
  102.       Caption = 'lbDate'
  103.     end
  104.     object btYes: TButton
  105.       Left = 79
  106.       Top = 202
  107.       Width = 75
  108.       Height = 25
  109.       Caption = 'Yes'
  110.       ModalResult = 6
  111.       ParentShowHint = False
  112.       ShowHint = False
  113.       TabOrder = 0
  114.     end
  115.     object bNo: TButton
  116.       Left = 184
  117.       Top = 203
  118.       Width = 75
  119.       Height = 25
  120.       Caption = 'No'
  121.       ModalResult = 7
  122.       ParentShowHint = False
  123.       ShowHint = False
  124.       TabOrder = 1
  125.     end
  126.   end
  127. end
  128.